Html Css Color HEX #334ABE Cerulean Blue

📋 copy color: '#334ABE'

red 51 ◦ green 74 ◦ blue 190

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

Shades of Cerulean Blue #334ABE

Tints of Cerulean Blue #334ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.49%

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

R = 16.19%
G = 23.49%
B = 60.32%

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

#334ABE (or 0x334ABE) is known color: Cerulean Blue. HEX triplet: 33, 4A and BE. RGB value is (51,74,190). Sum of RGB (Red+Green+Blue) = 51+74+190=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #334ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334ABE is #CCB541. Grayscale: #4F4F4F. Windows color (decimal): -13415746 or 12470835. OLE color: 12470835.

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

Color convert

RGB 51 74 190 -
CMYK 0.73 0.61 0 0.25
HSL 230.07º 0.58% 0.47% -
HSV(B) 230.07º 0.73% 0.75% -
XYZ 13.11 9.32 49.82 -
YUV 80.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 51 74 190 0.73 0.61 0 0.25 230.07 0.58 0.47
Hex 33 4A BE 49 3D 0 19 E6 3A 2F
Octal 63 112 276 111 75 0 31 346 72 57
Binary 110011 1001010 10111110 1001001 111101 0 11001 11100110 111010 101111

Color Harmonies of #334ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334ABE

Black with #334ABE

Text Example


Text Example

White with #334ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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