Html Css Color HEX #3481CE Curious Blue

📋 copy color: '#3481CE'

red 52 ◦ green 129 ◦ blue 206

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

Shades of Curious Blue #3481CE

Tints of Curious Blue #3481CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.33%

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 13.44%
G = 33.33%
B = 53.23%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3481CE (or 0x3481CE) is known color: Curious Blue. HEX triplet: 34, 81 and CE. RGB value is (52,129,206). Sum of RGB (Red+Green+Blue) = 52+129+206=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #3481CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3481CE is #CB7E31. Grayscale: #727272. Windows color (decimal): -13336114 or 13533492. OLE color: 13533492.

HSL color Cylindrical-coordinate representation of color #3481CE: hue angle of 210º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3481CE is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 129 206 -
CMYK 0.75 0.37 0 0.19
HSL 210º 0.61% 0.51% -
HSV(B) 210º 0.75% 0.81% -
XYZ 20.41 20.89 61.35 -
YUV 114.76 179.49 83.24 -
System Red Green Blue C M Y K H S L
Decimal 52 129 206 0.75 0.37 0 0.19 210 0.61 0.51
Hex 34 81 CE 4B 25 0 13 D2 3D 33
Octal 64 201 316 113 45 0 23 322 75 63
Binary 110100 10000001 11001110 1001011 100101 0 10011 11010010 111101 110011

Color Harmonies of #3481CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3481CE

Black with #3481CE

Text Example


Text Example

White with #3481CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3481CE; }

 p { color: rgb(52,129,206); }

 H1.HeaderClassName
 {
   color: #3481CE;
 }
 .AnyTagClassName
 {
   color: #3481CE;
 }
</style>

background-color css

<style>
 a { background-color: #3481CE; }

 a { background-color: rgb(52,129,206); }

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

border-color css

<style>
 span { border-color: #3481CE; }

 span { border-color: rgb(52,129,206); }

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