Html Css Color HEX #344CBC Cerulean Blue

📋 copy color: '#344CBC'

red 52 ◦ green 76 ◦ blue 188

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

Shades of Cerulean Blue #344CBC

Tints of Cerulean Blue #344CBC

RGB

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

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

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

R = 16.46%
G = 24.05%
B = 59.49%

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

#344CBC (or 0x344CBC) is known color: Cerulean Blue. HEX triplet: 34, 4C and BC. RGB value is (52,76,188). Sum of RGB (Red+Green+Blue) = 52+76+188=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #344CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CBC is #CBB343. Grayscale: #515151. Windows color (decimal): -13349700 or 12340276. OLE color: 12340276.

HSL color Cylindrical-coordinate representation of color #344CBC: hue angle of 229.41º 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 #344CBC is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 76 188 -
CMYK 0.72 0.60 0 0.26
HSL 229.41º 0.57% 0.47% -
HSV(B) 229.41º 0.72% 0.74% -
XYZ 13.08 9.53 48.73 -
YUV 81.59 188.05 106.89 -
System Red Green Blue C M Y K H S L
Decimal 52 76 188 0.72 0.60 0 0.26 229.41 0.57 0.47
Hex 34 4C BC 48 3C 0 1A E5 39 2F
Octal 64 114 274 110 74 0 32 345 71 57
Binary 110100 1001100 10111100 1001000 111100 0 11010 11100101 111001 101111

Color Harmonies of #344CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CBC

Black with #344CBC

Text Example


Text Example

White with #344CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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