Html Css Color HEX #3373CA Curious Blue

📋 copy color: '#3373CA'

red 51 ◦ green 115 ◦ blue 202

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

Shades of Curious Blue #3373CA

Tints of Curious Blue #3373CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.25%

 BLUE value IS 202 (79.3% from 255) = 54.89%

R = 13.86%
G = 31.25%
B = 54.89%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3373CA (or 0x3373CA) is known color: Curious Blue. HEX triplet: 33, 73 and CA. RGB value is (51,115,202). Sum of RGB (Red+Green+Blue) = 51+115+202=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #3373CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3373CA is #CC8C35. Grayscale: #696969. Windows color (decimal): -13405238 or 13267763. OLE color: 13267763.

HSL color Cylindrical-coordinate representation of color #3373CA: hue angle of 214.57º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3373CA is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 115 202 -
CMYK 0.75 0.43 0 0.21
HSL 214.57º 0.6% 0.5% -
HSV(B) 214.57º 0.75% 0.79% -
XYZ 18.16 17.23 58.25 -
YUV 105.78 182.3 88.93 -
System Red Green Blue C M Y K H S L
Decimal 51 115 202 0.75 0.43 0 0.21 214.57 0.6 0.5
Hex 33 73 CA 4B 2B 0 15 D7 3C 32
Octal 63 163 312 113 53 0 25 327 74 62
Binary 110011 1110011 11001010 1001011 101011 0 10101 11010111 111100 110010

Color Harmonies of #3373CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3373CA

Black with #3373CA

Text Example


Text Example

White with #3373CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3373CA; }

 p { color: rgb(51,115,202); }

 H1.HeaderClassName
 {
   color: #3373CA;
 }
 .AnyTagClassName
 {
   color: #3373CA;
 }
</style>

background-color css

<style>
 a { background-color: #3373CA; }

 a { background-color: rgb(51,115,202); }

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

border-color css

<style>
 span { border-color: #3373CA; }

 span { border-color: rgb(51,115,202); }

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