Html Css Color HEX #334BBA Cerulean Blue

📋 copy color: '#334BBA'

red 51 ◦ green 75 ◦ blue 186

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

Shades of Cerulean Blue #334BBA

Tints of Cerulean Blue #334BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.62%

R = 16.35%
G = 24.04%
B = 59.62%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#334BBA (or 0x334BBA) is known color: Cerulean Blue. HEX triplet: 33, 4B and BA. RGB value is (51,75,186). Sum of RGB (Red+Green+Blue) = 51+75+186=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #334BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BBA is #CCB445. Grayscale: #505050. Windows color (decimal): -13415494 or 12208947. OLE color: 12208947.

HSL color Cylindrical-coordinate representation of color #334BBA: hue angle of 229.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334BBA is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 75 186 -
CMYK 0.73 0.60 0 0.27
HSL 229.33º 0.57% 0.46% -
HSV(B) 229.33º 0.73% 0.73% -
XYZ 12.74 9.28 47.57 -
YUV 80.48 187.55 106.97 -
System Red Green Blue C M Y K H S L
Decimal 51 75 186 0.73 0.60 0 0.27 229.33 0.57 0.46
Hex 33 4B BA 49 3C 0 1B E5 39 2E
Octal 63 113 272 111 74 0 33 345 71 56
Binary 110011 1001011 10111010 1001001 111100 0 11011 11100101 111001 101110

Color Harmonies of #334BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BBA

Black with #334BBA

Text Example


Text Example

White with #334BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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