Html Css Color HEX #344BBC Cerulean Blue

📋 copy color: '#344BBC'

red 52 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #344BBC

Tints of Cerulean Blue #344BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.68%

R = 16.51%
G = 23.81%
B = 59.68%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#344BBC (or 0x344BBC) is known color: Cerulean Blue. HEX triplet: 34, 4B and BC. RGB value is (52,75,188). Sum of RGB (Red+Green+Blue) = 52+75+188=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #344BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344BBC is #CBB443. Grayscale: #505050. Windows color (decimal): -13349956 or 12340020. OLE color: 12340020.

HSL color Cylindrical-coordinate representation of color #344BBC: hue angle of 229.85º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344BBC is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 75 188 -
CMYK 0.72 0.60 0 0.26
HSL 229.85º 0.57% 0.47% -
HSV(B) 229.85º 0.72% 0.74% -
XYZ 13.01 9.39 48.7 -
YUV 81.01 188.38 107.31 -
System Red Green Blue C M Y K H S L
Decimal 52 75 188 0.72 0.60 0 0.26 229.85 0.57 0.47
Hex 34 4B BC 48 3C 0 1A E6 39 2F
Octal 64 113 274 110 74 0 32 346 71 57
Binary 110100 1001011 10111100 1001000 111100 0 11010 11100110 111001 101111

Color Harmonies of #344BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344BBC

Black with #344BBC

Text Example


Text Example

White with #344BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,75,188); }

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

background-color css

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

 a { background-color: rgb(52,75,188); }

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

border-color css

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

 span { border-color: rgb(52,75,188); }

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