Html Css Color HEX #3395CB Curious Blue

📋 copy color: '#3395CB'

red 51 ◦ green 149 ◦ blue 203

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

Shades of Curious Blue #3395CB

Tints of Curious Blue #3395CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 12.66%
G = 36.97%
B = 50.37%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3395CB (or 0x3395CB) is known color: Curious Blue. HEX triplet: 33, 95 and CB. RGB value is (51,149,203). Sum of RGB (Red+Green+Blue) = 51+149+203=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #3395CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3395CB is #CC6A34. Grayscale: #7D7D7D. Windows color (decimal): -13396533 or 13342003. OLE color: 13342003.

HSL color Cylindrical-coordinate representation of color #3395CB: hue angle of 201.32º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3395CB is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 149 203 -
CMYK 0.75 0.27 0 0.20
HSL 201.32º 0.6% 0.5% -
HSV(B) 201.32º 0.75% 0.8% -
XYZ 22.89 26.51 60.41 -
YUV 125.85 171.53 74.61 -
System Red Green Blue C M Y K H S L
Decimal 51 149 203 0.75 0.27 0 0.20 201.32 0.6 0.5
Hex 33 95 CB 4B 1B 0 14 C9 3C 32
Octal 63 225 313 113 33 0 24 311 74 62
Binary 110011 10010101 11001011 1001011 11011 0 10100 11001001 111100 110010

Color Harmonies of #3395CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3395CB

Black with #3395CB

Text Example


Text Example

White with #3395CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3395CB; }

 p { color: rgb(51,149,203); }

 H1.HeaderClassName
 {
   color: #3395CB;
 }
 .AnyTagClassName
 {
   color: #3395CB;
 }
</style>

background-color css

<style>
 a { background-color: #3395CB; }

 a { background-color: rgb(51,149,203); }

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

border-color css

<style>
 span { border-color: #3395CB; }

 span { border-color: rgb(51,149,203); }

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