Html Css Color HEX #3850AF Cerulean Blue

📋 copy color: '#3850AF'

red 56 ◦ green 80 ◦ blue 175

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

Shades of Cerulean Blue #3850AF

Tints of Cerulean Blue #3850AF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

 BLUE value IS 175 (68.75% from 255) = 56.27%

R = 18.01%
G = 25.72%
B = 56.27%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3850AF (or 0x3850AF) is known color: Cerulean Blue. HEX triplet: 38, 50 and AF. RGB value is (56,80,175). Sum of RGB (Red+Green+Blue) = 56+80+175=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #3850AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3850AF is #C7AF50. Grayscale: #535353. Windows color (decimal): -13086545 or 11489336. OLE color: 11489336.

HSL color Cylindrical-coordinate representation of color #3850AF: hue angle of 227.9º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3850AF is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 80 175 -
CMYK 0.68 0.54 0 0.31
HSL 227.9º 0.52% 0.45% -
HSV(B) 227.9º 0.68% 0.69% -
XYZ 12.24 9.67 41.78 -
YUV 83.65 179.55 108.28 -
System Red Green Blue C M Y K H S L
Decimal 56 80 175 0.68 0.54 0 0.31 227.9 0.52 0.45
Hex 38 50 AF 44 36 0 1F E4 34 2D
Octal 70 120 257 104 66 0 37 344 64 55
Binary 111000 1010000 10101111 1000100 110110 0 11111 11100100 110100 101101

Color Harmonies of #3850AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3850AF

Black with #3850AF

Text Example


Text Example

White with #3850AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3850AF; }

 p { color: rgb(56,80,175); }

 H1.HeaderClassName
 {
   color: #3850AF;
 }
 .AnyTagClassName
 {
   color: #3850AF;
 }
</style>

background-color css

<style>
 a { background-color: #3850AF; }

 a { background-color: rgb(56,80,175); }

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

border-color css

<style>
 span { border-color: #3850AF; }

 span { border-color: rgb(56,80,175); }

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