Html Css Color HEX #0338AB International Klein Blue

📋 copy color: '#0338AB'

red 3 ◦ green 56 ◦ blue 171

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

Shades of International Klein Blue #0338AB

Tints of International Klein Blue #0338AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

 BLUE value IS 171 (67.19% from 255) = 74.35%

R = 1.3%
G = 24.35%
B = 74.35%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0338AB (or 0x0338AB) is known color: International Klein Blue. HEX triplet: 03, 38 and AB. RGB value is (3,56,171). Sum of RGB (Red+Green+Blue) = 3+56+171=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #0338AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0338AB is #FCC754. Grayscale: #343434. Windows color (decimal): -16566101 or 11220995. OLE color: 11220995.

HSL color Cylindrical-coordinate representation of color #0338AB: hue angle of 221.07º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0338AB is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 56 171 -
CMYK 0.98 0.67 0 0.33
HSL 221.07º 0.97% 0.34% -
HSV(B) 221.07º 0.98% 0.67% -
XYZ 8.8 5.79 39.18 -
YUV 53.26 194.44 92.15 -
System Red Green Blue C M Y K H S L
Decimal 3 56 171 0.98 0.67 0 0.33 221.07 0.97 0.34
Hex 3 38 AB 62 43 0 21 DD 61 22
Octal 3 70 253 142 103 0 41 335 141 42
Binary 11 111000 10101011 1100010 1000011 0 100001 11011101 1100001 100010

Color Harmonies of #0338AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0338AB

Black with #0338AB

Text Example


Text Example

White with #0338AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0338AB; }

 p { color: rgb(3,56,171); }

 H1.HeaderClassName
 {
   color: #0338AB;
 }
 .AnyTagClassName
 {
   color: #0338AB;
 }
</style>

background-color css

<style>
 a { background-color: #0338AB; }

 a { background-color: rgb(3,56,171); }

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

border-color css

<style>
 span { border-color: #0338AB; }

 span { border-color: rgb(3,56,171); }

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