Html Css Color HEX #3341B5 Cerulean Blue

📋 copy color: '#3341B5'

red 51 ◦ green 65 ◦ blue 181

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

Shades of Cerulean Blue #3341B5

Tints of Cerulean Blue #3341B5

RGB

 RED value IS 51 (20.31% from 255) = 17.17%

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

 BLUE value IS 181 (71.09% from 255) = 60.94%

R = 17.17%
G = 21.89%
B = 60.94%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3341B5 (or 0x3341B5) is known color: Cerulean Blue. HEX triplet: 33, 41 and B5. RGB value is (51,65,181). Sum of RGB (Red+Green+Blue) = 51+65+181=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #3341B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3341B5 is #CCBE4A. Grayscale: #494949. Windows color (decimal): -13418059 or 11878707. OLE color: 11878707.

HSL color Cylindrical-coordinate representation of color #3341B5: hue angle of 233.54º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3341B5 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 65 181 -
CMYK 0.72 0.64 0 0.29
HSL 233.54º 0.56% 0.45% -
HSV(B) 233.54º 0.72% 0.71% -
XYZ 11.6 7.82 44.61 -
YUV 74.04 188.36 111.57 -
System Red Green Blue C M Y K H S L
Decimal 51 65 181 0.72 0.64 0 0.29 233.54 0.56 0.45
Hex 33 41 B5 48 40 0 1D EA 38 2D
Octal 63 101 265 110 100 0 35 352 70 55
Binary 110011 1000001 10110101 1001000 1000000 0 11101 11101010 111000 101101

Color Harmonies of #3341B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3341B5

Black with #3341B5

Text Example


Text Example

White with #3341B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3341B5; }

 p { color: rgb(51,65,181); }

 H1.HeaderClassName
 {
   color: #3341B5;
 }
 .AnyTagClassName
 {
   color: #3341B5;
 }
</style>

background-color css

<style>
 a { background-color: #3341B5; }

 a { background-color: rgb(51,65,181); }

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

border-color css

<style>
 span { border-color: #3341B5; }

 span { border-color: rgb(51,65,181); }

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