Html Css Color HEX #385AB6 Cerulean Blue

📋 copy color: '#385AB6'

red 56 ◦ green 90 ◦ blue 182

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

Shades of Cerulean Blue #385AB6

Tints of Cerulean Blue #385AB6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

 BLUE value IS 182 (71.48% from 255) = 55.49%

R = 17.07%
G = 27.44%
B = 55.49%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#385AB6 (or 0x385AB6) is known color: Cerulean Blue. HEX triplet: 38, 5A and B6. RGB value is (56,90,182). Sum of RGB (Red+Green+Blue) = 56+90+182=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #385AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385AB6 is #C7A549. Grayscale: #595959. Windows color (decimal): -13083978 or 11950648. OLE color: 11950648.

HSL color Cylindrical-coordinate representation of color #385AB6: hue angle of 223.81º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #385AB6 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 90 182 -
CMYK 0.69 0.51 0 0.29
HSL 223.81º 0.53% 0.47% -
HSV(B) 223.81º 0.69% 0.71% -
XYZ 13.73 11.53 45.76 -
YUV 90.32 179.74 103.52 -
System Red Green Blue C M Y K H S L
Decimal 56 90 182 0.69 0.51 0 0.29 223.81 0.53 0.47
Hex 38 5A B6 45 33 0 1D E0 35 2F
Octal 70 132 266 105 63 0 35 340 65 57
Binary 111000 1011010 10110110 1000101 110011 0 11101 11100000 110101 101111

Color Harmonies of #385AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385AB6

Black with #385AB6

Text Example


Text Example

White with #385AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385AB6; }

 p { color: rgb(56,90,182); }

 H1.HeaderClassName
 {
   color: #385AB6;
 }
 .AnyTagClassName
 {
   color: #385AB6;
 }
</style>

background-color css

<style>
 a { background-color: #385AB6; }

 a { background-color: rgb(56,90,182); }

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

border-color css

<style>
 span { border-color: #385AB6; }

 span { border-color: rgb(56,90,182); }

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