Html Css Color HEX #388DCB Curious Blue

📋 copy color: '#388DCB'

red 56 ◦ green 141 ◦ blue 203

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

Shades of Curious Blue #388DCB

Tints of Curious Blue #388DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

 BLUE value IS 203 (79.69% from 255) = 50.75%

R = 14%
G = 35.25%
B = 50.75%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#388DCB (or 0x388DCB) is known color: Curious Blue. HEX triplet: 38, 8D and CB. RGB value is (56,141,203). Sum of RGB (Red+Green+Blue) = 56+141+203=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #388DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DCB is #C77234. Grayscale: #7A7A7A. Windows color (decimal): -13070901 or 13339960. OLE color: 13339960.

HSL color Cylindrical-coordinate representation of color #388DCB: hue angle of 205.31º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #388DCB is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 141 203 -
CMYK 0.72 0.31 0 0.20
HSL 205.31º 0.59% 0.51% -
HSV(B) 205.31º 0.72% 0.8% -
XYZ 21.94 24.2 60.02 -
YUV 122.65 173.34 80.46 -
System Red Green Blue C M Y K H S L
Decimal 56 141 203 0.72 0.31 0 0.20 205.31 0.59 0.51
Hex 38 8D CB 48 1F 0 14 CD 3B 33
Octal 70 215 313 110 37 0 24 315 73 63
Binary 111000 10001101 11001011 1001000 11111 0 10100 11001101 111011 110011

Color Harmonies of #388DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DCB

Black with #388DCB

Text Example


Text Example

White with #388DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,141,203); }

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

background-color css

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

 a { background-color: rgb(56,141,203); }

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

border-color css

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

 span { border-color: rgb(56,141,203); }

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