Html Css Color HEX #344FBA Cerulean Blue

📋 copy color: '#344FBA'

red 52 ◦ green 79 ◦ blue 186

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

Shades of Cerulean Blue #344FBA

Tints of Cerulean Blue #344FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.92%

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

R = 16.4%
G = 24.92%
B = 58.68%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#344FBA (or 0x344FBA) is known color: Cerulean Blue. HEX triplet: 34, 4F and BA. RGB value is (52,79,186). Sum of RGB (Red+Green+Blue) = 52+79+186=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #344FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344FBA is #CBB045. Grayscale: #525252. Windows color (decimal): -13348934 or 12209972. OLE color: 12209972.

HSL color Cylindrical-coordinate representation of color #344FBA: hue angle of 227.91º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344FBA is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 79 186 -
CMYK 0.72 0.58 0 0.27
HSL 227.91º 0.56% 0.47% -
HSV(B) 227.91º 0.72% 0.73% -
XYZ 13.08 9.87 47.67 -
YUV 83.13 186.05 105.8 -
System Red Green Blue C M Y K H S L
Decimal 52 79 186 0.72 0.58 0 0.27 227.91 0.56 0.47
Hex 34 4F BA 48 3A 0 1B E4 38 2F
Octal 64 117 272 110 72 0 33 344 70 57
Binary 110100 1001111 10111010 1001000 111010 0 11011 11100100 111000 101111

Color Harmonies of #344FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344FBA

Black with #344FBA

Text Example


Text Example

White with #344FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,79,186); }

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

background-color css

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

 a { background-color: rgb(52,79,186); }

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

border-color css

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

 span { border-color: rgb(52,79,186); }

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