Html Css Color HEX #0335AF International Klein Blue

📋 copy color: '#0335AF'

red 3 ◦ green 53 ◦ blue 175

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

Shades of International Klein Blue #0335AF

Tints of International Klein Blue #0335AF

RGB

 RED value IS 3 (1.56% from 255) = 1.3%

 GREEN value IS 53 (21.09% from 255) = 22.94%

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

R = 1.3%
G = 22.94%
B = 75.76%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0335AF (or 0x0335AF) is known color: International Klein Blue. HEX triplet: 03, 35 and AF. RGB value is (3,53,175). Sum of RGB (Red+Green+Blue) = 3+53+175=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #0335AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0335AF is #FCCA50. Grayscale: #333333. Windows color (decimal): -16566865 or 11482371. OLE color: 11482371.

HSL color Cylindrical-coordinate representation of color #0335AF: hue angle of 222.56º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0335AF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 53 175 -
CMYK 0.98 0.70 0 0.31
HSL 222.56º 0.97% 0.35% -
HSV(B) 222.56º 0.98% 0.69% -
XYZ 9.05 5.66 41.17 -
YUV 51.96 197.44 93.08 -
System Red Green Blue C M Y K H S L
Decimal 3 53 175 0.98 0.70 0 0.31 222.56 0.97 0.35
Hex 3 35 AF 62 46 0 1F DF 61 23
Octal 3 65 257 142 106 0 37 337 141 43
Binary 11 110101 10101111 1100010 1000110 0 11111 11011111 1100001 100011

Color Harmonies of #0335AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0335AF

Black with #0335AF

Text Example


Text Example

White with #0335AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,53,175); }

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

background-color css

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

 a { background-color: rgb(3,53,175); }

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

border-color css

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

 span { border-color: rgb(3,53,175); }

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