Html Css Color HEX #388ACF Curious Blue

📋 copy color: '#388ACF'

red 56 ◦ green 138 ◦ blue 207

#388ACF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #388ACF

Tints of Curious Blue #388ACF

RGB

 RED value IS 56 (22.27% from 255) = 13.97%

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 13.97%
G = 34.41%
B = 51.62%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#388ACF (or 0x388ACF) is known color: Curious Blue. HEX triplet: 38, 8A and CF. RGB value is (56,138,207). Sum of RGB (Red+Green+Blue) = 56+138+207=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #388ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ACF is #C77530. Grayscale: #787878. Windows color (decimal): -13071665 or 13601336. OLE color: 13601336.

HSL color Cylindrical-coordinate representation of color #388ACF: hue angle of 207.42º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388ACF is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 138 207 -
CMYK 0.73 0.33 0 0.19
HSL 207.42º 0.61% 0.52% -
HSV(B) 207.42º 0.73% 0.81% -
XYZ 21.98 23.52 62.41 -
YUV 121.35 176.33 81.39 -
System Red Green Blue C M Y K H S L
Decimal 56 138 207 0.73 0.33 0 0.19 207.42 0.61 0.52
Hex 38 8A CF 49 21 0 13 CF 3D 34
Octal 70 212 317 111 41 0 23 317 75 64
Binary 111000 10001010 11001111 1001001 100001 0 10011 11001111 111101 110100

Color Harmonies of #388ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388ACF

Black with #388ACF

Text Example


Text Example

White with #388ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388ACF; }

 p { color: rgb(56,138,207); }

 H1.HeaderClassName
 {
   color: #388ACF;
 }
 .AnyTagClassName
 {
   color: #388ACF;
 }
</style>

background-color css

<style>
 a { background-color: #388ACF; }

 a { background-color: rgb(56,138,207); }

 div.DivClassName
 {
   background-color: #388ACF;
 }
 .BgClassName
 {
   background-color: #388ACF;
 }
</style>

border-color css

<style>
 span { border-color: #388ACF; }

 span { border-color: rgb(56,138,207); }

 td.TdClassName
 {
   border-color: #388ACF;
 }
 .TagClassName
 {
   border-color: #388ACF;
 }
</style>