Html Css Color HEX #3365CB Cerulean Blue

📋 copy color: '#3365CB'

red 51 ◦ green 101 ◦ blue 203

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

Shades of Cerulean Blue #3365CB

Tints of Cerulean Blue #3365CB

RGB

 RED value IS 51 (20.31% from 255) = 14.37%

 GREEN value IS 101 (39.84% from 255) = 28.45%

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

R = 14.37%
G = 28.45%
B = 57.18%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3365CB (or 0x3365CB) is known color: Cerulean Blue. HEX triplet: 33, 65 and CB. RGB value is (51,101,203). Sum of RGB (Red+Green+Blue) = 51+101+203=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #3365CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3365CB is #CC9A34. Grayscale: #616161. Windows color (decimal): -13408821 or 13329715. OLE color: 13329715.

HSL color Cylindrical-coordinate representation of color #3365CB: hue angle of 220.26º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3365CB is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 101 203 -
CMYK 0.75 0.50 0 0.20
HSL 220.26º 0.6% 0.5% -
HSV(B) 220.26º 0.75% 0.8% -
XYZ 16.8 14.32 58.38 -
YUV 97.68 187.44 94.71 -
System Red Green Blue C M Y K H S L
Decimal 51 101 203 0.75 0.50 0 0.20 220.26 0.6 0.5
Hex 33 65 CB 4B 32 0 14 DC 3C 32
Octal 63 145 313 113 62 0 24 334 74 62
Binary 110011 1100101 11001011 1001011 110010 0 10100 11011100 111100 110010

Color Harmonies of #3365CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3365CB

Black with #3365CB

Text Example


Text Example

White with #3365CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3365CB; }

 p { color: rgb(51,101,203); }

 H1.HeaderClassName
 {
   color: #3365CB;
 }
 .AnyTagClassName
 {
   color: #3365CB;
 }
</style>

background-color css

<style>
 a { background-color: #3365CB; }

 a { background-color: rgb(51,101,203); }

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

border-color css

<style>
 span { border-color: #3365CB; }

 span { border-color: rgb(51,101,203); }

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