Html Css Color HEX #3365BE Cerulean Blue

📋 copy color: '#3365BE'

red 51 ◦ green 101 ◦ blue 190

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

Shades of Cerulean Blue #3365BE

Tints of Cerulean Blue #3365BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.56%

R = 14.91%
G = 29.53%
B = 55.56%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3365BE (or 0x3365BE) is known color: Cerulean Blue. HEX triplet: 33, 65 and BE. RGB value is (51,101,190). Sum of RGB (Red+Green+Blue) = 51+101+190=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #3365BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3365BE is #CC9A41. Grayscale: #5F5F5F. Windows color (decimal): -13408834 or 12477747. OLE color: 12477747.

HSL color Cylindrical-coordinate representation of color #3365BE: hue angle of 218.42º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3365BE is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 101 190 -
CMYK 0.73 0.47 0 0.25
HSL 218.42º 0.58% 0.47% -
HSV(B) 218.42º 0.73% 0.75% -
XYZ 15.31 13.73 50.56 -
YUV 96.2 180.94 95.76 -
System Red Green Blue C M Y K H S L
Decimal 51 101 190 0.73 0.47 0 0.25 218.42 0.58 0.47
Hex 33 65 BE 49 2F 0 19 DA 3A 2F
Octal 63 145 276 111 57 0 31 332 72 57
Binary 110011 1100101 10111110 1001001 101111 0 11001 11011010 111010 101111

Color Harmonies of #3365BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3365BE

Black with #3365BE

Text Example


Text Example

White with #3365BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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