Html Css Color HEX #344CBE Cerulean Blue

📋 copy color: '#344CBE'

red 52 ◦ green 76 ◦ blue 190

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

Shades of Cerulean Blue #344CBE

Tints of Cerulean Blue #344CBE

RGB

 RED value IS 52 (20.7% from 255) = 16.35%

 GREEN value IS 76 (30.08% from 255) = 23.9%

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

R = 16.35%
G = 23.9%
B = 59.75%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#344CBE (or 0x344CBE) is known color: Cerulean Blue. HEX triplet: 34, 4C and BE. RGB value is (52,76,190). Sum of RGB (Red+Green+Blue) = 52+76+190=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #344CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CBE is #CBB341. Grayscale: #515151. Windows color (decimal): -13349698 or 12471348. OLE color: 12471348.

HSL color Cylindrical-coordinate representation of color #344CBE: hue angle of 229.57º degrees, saturation: 0.57, 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 #344CBE is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 76 190 -
CMYK 0.73 0.60 0 0.25
HSL 229.57º 0.57% 0.47% -
HSV(B) 229.57º 0.73% 0.75% -
XYZ 13.29 9.62 49.87 -
YUV 81.82 189.05 106.73 -
System Red Green Blue C M Y K H S L
Decimal 52 76 190 0.73 0.60 0 0.25 229.57 0.57 0.47
Hex 34 4C BE 49 3C 0 19 E6 39 2F
Octal 64 114 276 111 74 0 31 346 71 57
Binary 110100 1001100 10111110 1001001 111100 0 11001 11100110 111001 101111

Color Harmonies of #344CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CBE

Black with #344CBE

Text Example


Text Example

White with #344CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344CBE; }

 p { color: rgb(52,76,190); }

 H1.HeaderClassName
 {
   color: #344CBE;
 }
 .AnyTagClassName
 {
   color: #344CBE;
 }
</style>

background-color css

<style>
 a { background-color: #344CBE; }

 a { background-color: rgb(52,76,190); }

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

border-color css

<style>
 span { border-color: #344CBE; }

 span { border-color: rgb(52,76,190); }

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