Html Css Color HEX #344AAD Cerulean Blue

📋 copy color: '#344AAD'

red 52 ◦ green 74 ◦ blue 173

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

Shades of Cerulean Blue #344AAD

Tints of Cerulean Blue #344AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.86%

R = 17.39%
G = 24.75%
B = 57.86%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#344AAD (or 0x344AAD) is known color: Cerulean Blue. HEX triplet: 34, 4A and AD. RGB value is (52,74,173). Sum of RGB (Red+Green+Blue) = 52+74+173=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #344AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344AAD is #CBB552. Grayscale: #4E4E4E. Windows color (decimal): -13350227 or 11356724. OLE color: 11356724.

HSL color Cylindrical-coordinate representation of color #344AAD: hue angle of 229.09º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344AAD is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 74 173 -
CMYK 0.70 0.57 0 0.32
HSL 229.09º 0.54% 0.44% -
HSV(B) 229.09º 0.7% 0.68% -
XYZ 11.41 8.64 40.6 -
YUV 78.71 181.21 108.95 -
System Red Green Blue C M Y K H S L
Decimal 52 74 173 0.70 0.57 0 0.32 229.09 0.54 0.44
Hex 34 4A AD 46 39 0 20 E5 36 2C
Octal 64 112 255 106 71 0 40 345 66 54
Binary 110100 1001010 10101101 1000110 111001 0 100000 11100101 110110 101100

Color Harmonies of #344AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344AAD

Black with #344AAD

Text Example


Text Example

White with #344AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,74,173); }

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

background-color css

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

 a { background-color: rgb(52,74,173); }

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

border-color css

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

 span { border-color: rgb(52,74,173); }

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