Html Css Color HEX #3385AF Curious Blue

📋 copy color: '#3385AF'

red 51 ◦ green 133 ◦ blue 175

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

Shades of Curious Blue #3385AF

Tints of Curious Blue #3385AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.75%

R = 14.21%
G = 37.05%
B = 48.75%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3385AF (or 0x3385AF) is known color: Curious Blue. HEX triplet: 33, 85 and AF. RGB value is (51,133,175). Sum of RGB (Red+Green+Blue) = 51+133+175=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #3385AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3385AF is #CC7A50. Grayscale: #717171. Windows color (decimal): -13400657 or 11502899. OLE color: 11502899.

HSL color Cylindrical-coordinate representation of color #3385AF: hue angle of 200.32º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3385AF is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 133 175 -
CMYK 0.71 0.24 0 0.31
HSL 200.32º 0.55% 0.44% -
HSV(B) 200.32º 0.71% 0.69% -
XYZ 17.49 20.57 43.61 -
YUV 113.27 162.83 83.58 -
System Red Green Blue C M Y K H S L
Decimal 51 133 175 0.71 0.24 0 0.31 200.32 0.55 0.44
Hex 33 85 AF 47 18 0 1F C8 37 2C
Octal 63 205 257 107 30 0 37 310 67 54
Binary 110011 10000101 10101111 1000111 11000 0 11111 11001000 110111 101100

Color Harmonies of #3385AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3385AF

Black with #3385AF

Text Example


Text Example

White with #3385AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3385AF; }

 p { color: rgb(51,133,175); }

 H1.HeaderClassName
 {
   color: #3385AF;
 }
 .AnyTagClassName
 {
   color: #3385AF;
 }
</style>

background-color css

<style>
 a { background-color: #3385AF; }

 a { background-color: rgb(51,133,175); }

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

border-color css

<style>
 span { border-color: #3385AF; }

 span { border-color: rgb(51,133,175); }

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