Html Css Color HEX #334BBE Cerulean Blue

📋 copy color: '#334BBE'

red 51 ◦ green 75 ◦ blue 190

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

Shades of Cerulean Blue #334BBE

Tints of Cerulean Blue #334BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.73%

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

R = 16.14%
G = 23.73%
B = 60.13%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#334BBE (or 0x334BBE) is known color: Cerulean Blue. HEX triplet: 33, 4B and BE. RGB value is (51,75,190). Sum of RGB (Red+Green+Blue) = 51+75+190=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #334BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BBE is #CCB441. Grayscale: #505050. Windows color (decimal): -13415490 or 12471091. OLE color: 12471091.

HSL color Cylindrical-coordinate representation of color #334BBE: hue angle of 229.64º 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 #334BBE is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 75 190 -
CMYK 0.73 0.61 0 0.25
HSL 229.64º 0.58% 0.47% -
HSV(B) 229.64º 0.73% 0.75% -
XYZ 13.18 9.45 49.85 -
YUV 80.93 189.55 106.65 -
System Red Green Blue C M Y K H S L
Decimal 51 75 190 0.73 0.61 0 0.25 229.64 0.58 0.47
Hex 33 4B BE 49 3D 0 19 E6 3A 2F
Octal 63 113 276 111 75 0 31 346 72 57
Binary 110011 1001011 10111110 1001001 111101 0 11001 11100110 111010 101111

Color Harmonies of #334BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BBE

Black with #334BBE

Text Example


Text Example

White with #334BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334BBE; }

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

 H1.HeaderClassName
 {
   color: #334BBE;
 }
 .AnyTagClassName
 {
   color: #334BBE;
 }
</style>

background-color css

<style>
 a { background-color: #334BBE; }

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

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

border-color css

<style>
 span { border-color: #334BBE; }

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

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