Html Css Color HEX #335FC1 Cerulean Blue

📋 copy color: '#335FC1'

red 51 ◦ green 95 ◦ blue 193

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

Shades of Cerulean Blue #335FC1

Tints of Cerulean Blue #335FC1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.02%

 BLUE value IS 193 (75.78% from 255) = 56.93%

R = 15.04%
G = 28.02%
B = 56.93%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#335FC1 (or 0x335FC1) is known color: Cerulean Blue. HEX triplet: 33, 5F and C1. RGB value is (51,95,193). Sum of RGB (Red+Green+Blue) = 51+95+193=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #335FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335FC1 is #CCA03E. Grayscale: #5C5C5C. Windows color (decimal): -13410367 or 12672819. OLE color: 12672819.

HSL color Cylindrical-coordinate representation of color #335FC1: hue angle of 221.41º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #335FC1 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 95 193 -
CMYK 0.74 0.51 0 0.24
HSL 221.41º 0.58% 0.48% -
HSV(B) 221.41º 0.74% 0.76% -
XYZ 15.08 12.74 52.12 -
YUV 93.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 51 95 193 0.74 0.51 0 0.24 221.41 0.58 0.48
Hex 33 5F C1 4A 33 0 18 DD 3A 30
Octal 63 137 301 112 63 0 30 335 72 60
Binary 110011 1011111 11000001 1001010 110011 0 11000 11011101 111010 110000

Color Harmonies of #335FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335FC1

Black with #335FC1

Text Example


Text Example

White with #335FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335FC1; }

 p { color: rgb(51,95,193); }

 H1.HeaderClassName
 {
   color: #335FC1;
 }
 .AnyTagClassName
 {
   color: #335FC1;
 }
</style>

background-color css

<style>
 a { background-color: #335FC1; }

 a { background-color: rgb(51,95,193); }

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

border-color css

<style>
 span { border-color: #335FC1; }

 span { border-color: rgb(51,95,193); }

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