Html Css Color HEX #345AC7 Cerulean Blue

📋 copy color: '#345AC7'

red 52 ◦ green 90 ◦ blue 199

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

Shades of Cerulean Blue #345AC7

Tints of Cerulean Blue #345AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 58.36%

R = 15.25%
G = 26.39%
B = 58.36%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#345AC7 (or 0x345AC7) is known color: Cerulean Blue. HEX triplet: 34, 5A and C7. RGB value is (52,90,199). Sum of RGB (Red+Green+Blue) = 52+90+199=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 199 (78.12% from 255 or 58.36% from 341); Max value from RGB is 199 - color contains mainly: blue. Hex color #345AC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345AC7 is #CBA538. Grayscale: #5A5A5A. Windows color (decimal): -13346105 or 13064756. OLE color: 13064756.

HSL color Cylindrical-coordinate representation of color #345AC7: hue angle of 224.49º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345AC7 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 90 199 -
CMYK 0.74 0.55 0 0.22
HSL 224.49º 0.59% 0.49% -
HSV(B) 224.49º 0.74% 0.78% -
XYZ 15.38 12.17 55.57 -
YUV 91.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 52 90 199 0.74 0.55 0 0.22 224.49 0.59 0.49
Hex 34 5A C7 4A 37 0 16 E0 3B 31
Octal 64 132 307 112 67 0 26 340 73 61
Binary 110100 1011010 11000111 1001010 110111 0 10110 11100000 111011 110001

Color Harmonies of #345AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345AC7

Black with #345AC7

Text Example


Text Example

White with #345AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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