Html Css Color HEX #385AB7 Cerulean Blue

📋 copy color: '#385AB7'

red 56 ◦ green 90 ◦ blue 183

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

Shades of Cerulean Blue #385AB7

Tints of Cerulean Blue #385AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 55.62%

R = 17.02%
G = 27.36%
B = 55.62%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#385AB7 (or 0x385AB7) is known color: Cerulean Blue. HEX triplet: 38, 5A and B7. RGB value is (56,90,183). Sum of RGB (Red+Green+Blue) = 56+90+183=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #385AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385AB7 is #C7A548. Grayscale: #5A5A5A. Windows color (decimal): -13083977 or 12016184. OLE color: 12016184.

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

Color convert

RGB 56 90 183 -
CMYK 0.69 0.51 0 0.28
HSL 223.94º 0.53% 0.47% -
HSV(B) 223.94º 0.69% 0.72% -
XYZ 13.83 11.57 46.3 -
YUV 90.44 180.24 103.44 -
System Red Green Blue C M Y K H S L
Decimal 56 90 183 0.69 0.51 0 0.28 223.94 0.53 0.47
Hex 38 5A B7 45 33 0 1C E0 35 2F
Octal 70 132 267 105 63 0 34 340 65 57
Binary 111000 1011010 10110111 1000101 110011 0 11100 11100000 110101 101111

Color Harmonies of #385AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385AB7

Black with #385AB7

Text Example


Text Example

White with #385AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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