Html Css Color HEX #3441BD Cerulean Blue

📋 copy color: '#3441BD'

red 52 ◦ green 65 ◦ blue 189

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

Shades of Cerulean Blue #3441BD

Tints of Cerulean Blue #3441BD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

 BLUE value IS 189 (74.22% from 255) = 61.76%

R = 16.99%
G = 21.24%
B = 61.76%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3441BD (or 0x3441BD) is known color: Cerulean Blue. HEX triplet: 34, 41 and BD. RGB value is (52,65,189). Sum of RGB (Red+Green+Blue) = 52+65+189=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #3441BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3441BD is #CBBE42. Grayscale: #4A4A4A. Windows color (decimal): -13352515 or 12402996. OLE color: 12402996.

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

Color convert

RGB 52 65 189 -
CMYK 0.72 0.66 0 0.26
HSL 234.31º 0.57% 0.47% -
HSV(B) 234.31º 0.72% 0.74% -
XYZ 12.49 8.18 49.07 -
YUV 75.25 192.19 111.42 -
System Red Green Blue C M Y K H S L
Decimal 52 65 189 0.72 0.66 0 0.26 234.31 0.57 0.47
Hex 34 41 BD 48 42 0 1A EA 39 2F
Octal 64 101 275 110 102 0 32 352 71 57
Binary 110100 1000001 10111101 1001000 1000010 0 11010 11101010 111001 101111

Color Harmonies of #3441BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3441BD

Black with #3441BD

Text Example


Text Example

White with #3441BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3441BD; }

 p { color: rgb(52,65,189); }

 H1.HeaderClassName
 {
   color: #3441BD;
 }
 .AnyTagClassName
 {
   color: #3441BD;
 }
</style>

background-color css

<style>
 a { background-color: #3441BD; }

 a { background-color: rgb(52,65,189); }

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

border-color css

<style>
 span { border-color: #3441BD; }

 span { border-color: rgb(52,65,189); }

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