Html Css Color HEX #345AB6 Cerulean Blue

📋 copy color: '#345AB6'

red 52 ◦ green 90 ◦ blue 182

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

Shades of Cerulean Blue #345AB6

Tints of Cerulean Blue #345AB6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

 BLUE value IS 182 (71.48% from 255) = 56.17%

R = 16.05%
G = 27.78%
B = 56.17%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#345AB6 (or 0x345AB6) is known color: Cerulean Blue. HEX triplet: 34, 5A and B6. RGB value is (52,90,182). Sum of RGB (Red+Green+Blue) = 52+90+182=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #345AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345AB6 is #CBA549. Grayscale: #585858. Windows color (decimal): -13346122 or 11950644. OLE color: 11950644.

HSL color Cylindrical-coordinate representation of color #345AB6: hue angle of 222.46º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #345AB6 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 90 182 -
CMYK 0.71 0.51 0 0.29
HSL 222.46º 0.56% 0.46% -
HSV(B) 222.46º 0.71% 0.71% -
XYZ 13.52 11.42 45.75 -
YUV 89.13 180.41 101.52 -
System Red Green Blue C M Y K H S L
Decimal 52 90 182 0.71 0.51 0 0.29 222.46 0.56 0.46
Hex 34 5A B6 47 33 0 1D DE 38 2E
Octal 64 132 266 107 63 0 35 336 70 56
Binary 110100 1011010 10110110 1000111 110011 0 11101 11011110 111000 101110

Color Harmonies of #345AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345AB6

Black with #345AB6

Text Example


Text Example

White with #345AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345AB6; }

 p { color: rgb(52,90,182); }

 H1.HeaderClassName
 {
   color: #345AB6;
 }
 .AnyTagClassName
 {
   color: #345AB6;
 }
</style>

background-color css

<style>
 a { background-color: #345AB6; }

 a { background-color: rgb(52,90,182); }

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

border-color css

<style>
 span { border-color: #345AB6; }

 span { border-color: rgb(52,90,182); }

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