Html Css Color HEX #387CCB Curious Blue

📋 copy color: '#387CCB'

red 56 ◦ green 124 ◦ blue 203

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

Shades of Curious Blue #387CCB

Tints of Curious Blue #387CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

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

R = 14.62%
G = 32.38%
B = 53%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#387CCB (or 0x387CCB) is known color: Curious Blue. HEX triplet: 38, 7C and CB. RGB value is (56,124,203). Sum of RGB (Red+Green+Blue) = 56+124+203=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #387CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CCB is #C78334. Grayscale: #707070. Windows color (decimal): -13075253 or 13335608. OLE color: 13335608.

HSL color Cylindrical-coordinate representation of color #387CCB: hue angle of 212.24º 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 #387CCB is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 124 203 -
CMYK 0.72 0.39 0 0.20
HSL 212.24º 0.59% 0.51% -
HSV(B) 212.24º 0.72% 0.8% -
XYZ 19.62 19.57 59.24 -
YUV 112.67 178.97 87.58 -
System Red Green Blue C M Y K H S L
Decimal 56 124 203 0.72 0.39 0 0.20 212.24 0.59 0.51
Hex 38 7C CB 48 27 0 14 D4 3B 33
Octal 70 174 313 110 47 0 24 324 73 63
Binary 111000 1111100 11001011 1001000 100111 0 10100 11010100 111011 110011

Color Harmonies of #387CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CCB

Black with #387CCB

Text Example


Text Example

White with #387CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387CCB; }

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

 H1.HeaderClassName
 {
   color: #387CCB;
 }
 .AnyTagClassName
 {
   color: #387CCB;
 }
</style>

background-color css

<style>
 a { background-color: #387CCB; }

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

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

border-color css

<style>
 span { border-color: #387CCB; }

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

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