Html Css Color HEX #3485CB Curious Blue

📋 copy color: '#3485CB'

red 52 ◦ green 133 ◦ blue 203

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

Shades of Curious Blue #3485CB

Tints of Curious Blue #3485CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.28%

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

R = 13.4%
G = 34.28%
B = 52.32%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3485CB (or 0x3485CB) is known color: Curious Blue. HEX triplet: 34, 85 and CB. RGB value is (52,133,203). Sum of RGB (Red+Green+Blue) = 52+133+203=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #3485CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485CB is #CB7A34. Grayscale: #747474. Windows color (decimal): -13335093 or 13337908. OLE color: 13337908.

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

Color convert

RGB 52 133 203 -
CMYK 0.74 0.34 0 0.20
HSL 207.81º 0.59% 0.5% -
HSV(B) 207.81º 0.74% 0.8% -
XYZ 20.58 21.82 59.63 -
YUV 116.76 176.66 81.81 -
System Red Green Blue C M Y K H S L
Decimal 52 133 203 0.74 0.34 0 0.20 207.81 0.59 0.5
Hex 34 85 CB 4A 22 0 14 D0 3B 32
Octal 64 205 313 112 42 0 24 320 73 62
Binary 110100 10000101 11001011 1001010 100010 0 10100 11010000 111011 110010

Color Harmonies of #3485CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485CB

Black with #3485CB

Text Example


Text Example

White with #3485CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,133,203); }

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

background-color css

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

 a { background-color: rgb(52,133,203); }

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

border-color css

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

 span { border-color: rgb(52,133,203); }

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